home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRIDS / STRGRDEX / README.TXT < prev    next >
Text File  |  1996-10-22  |  1KB  |  42 lines

  1. TStringGridEx Compoenet
  2. Ver 1.02 Last modify Date OCT 22 1996
  3. Freeware Component For Delphi 2.0x
  4.  
  5. Written By Tom Lee , Taiwan , Republic of China
  6. E-Mail : tom@libra.aaa.hinet.net
  7. Home Page : http://www.aaa.hinet.net/delphi
  8.  
  9. I Just want a TStringGrid that supports MultiSelect like TListBox Component,
  10. TStringGridEx adds an MultiSelect Property , allowing you
  11. to multiselect each row just like TListBox Component.
  12.  
  13. TStringGridEx Provide 3 New Method:
  14. 1) function GetSelectRowCount:integer;
  15. 2) function GetSelectRow(RowValue:integer):Boolean;
  16. 3) procedure SetSelectRow(RowValue:integer;Selected:Boolean);
  17. You can find them in the sample program. 
  18.  
  19.  
  20. Files:
  21. -----------------------------------------------------------
  22. STRGRDEX.PAS    Source for TStringGridEx
  23. STRGRDEX.DCR    32 Bit Resource Containing Component bitmap
  24. DEMO.DPR     Sample Program Project File
  25. UNIT1.PAS    Sample Program Unit File
  26. UNIT1.DFM    Sample Program Form File
  27. README.TXT    This File
  28.  
  29.  
  30. To Install:
  31. 1)  Copy/Move STRGRDEX.PAS & STRGRDEX.DCR to a directory 
  32. 2)  Run Delphi 2.x and select the Component|Install Components menu option.
  33. 3)  In the 'Search Path' add the directory where you copied the files.
  34. 4)  Click on Browse and locate the STRGRDEX.PAS file. Hit OK.
  35. 5)  Click on OK to rebuild your Component library (COMPLIB.DCL).
  36.  
  37. You may use TStringGridEx any way you like but don't blame me.
  38.  
  39.  
  40.  
  41.  
  42.